home *** CD-ROM | disk | FTP | other *** search
/ Night Owl - The Best of BBS / Night Owl The Best of BBS (NOP-BBS) (Night Owl Publisher) (1994).iso / 014a / ezbbs215.lha / Data / Configuration / 1 next >
Text File  |  1994-02-28  |  4KB  |  224 lines

  1.  
  2. # For details refer to the EazyBBS Manual
  3. #
  4. # General Settings
  5. #
  6. #
  7. # Name of your mailbox
  8. # (shouldn't be longer than about 20-30 chars)
  9. #
  10.  MailboxName        "ZikZak"
  11.  
  12. # Name of your UUCP site
  13. # (if you don't have one give it a dummy name like "foobar")
  14. #
  15.  UucpName        zikzak.in-berlin.de
  16.  
  17. # Maximum time of inactivity (in seconds) before logout
  18. #
  19.  Timeout        120 seconds
  20.  
  21. # Default time for guests (in minutes)
  22. #
  23.  GuestTime        20 minutes
  24.  
  25. # Default prompt for new users
  26. # (see "MB_DATA:LongHelp/General.1" for details)
  27. #
  28.  DefaultPrompt        "[%r] %l:%a%b> "
  29.  
  30. # Minimum free space (in bytes) on your harddisk
  31. # (EazyBBS quits if less)
  32. #
  33.  HarddiskLimit        0 bytes
  34.  
  35. # Standard task priority
  36. # (if you're running more than one port over a serial line all
  37. #  task priority values (standard + transfer) should be the same)
  38. #
  39.  TaskPriority-Std    1
  40.  
  41. # Transfer task priority
  42. # (if you're running more than one port over a serial line all
  43. #  task priority values (standard + transfer) should be the same)
  44. #
  45.  TaskPriority-Xfer    2
  46.  
  47. # Name of xprzmodem.library
  48. #
  49.  XPRZmodemName        xprzmodem.library (must be version 2.0 or higher)
  50.  
  51. # Console-Call allowed by default?
  52. #
  53.  Chat-Status        on (by default)
  54.  
  55. # Logging of all text (by default) if user at console enters a chat?
  56. #
  57.  ChatLog-Status        off (by default)
  58.  
  59. # Number of articles marked as unread if user selects new board
  60. #
  61.  NewUnread        3
  62.  
  63. # Show user's realname when displaying messages, mails etc.
  64. #
  65.  ShowRealname        off
  66.  
  67. #
  68. # Serial Settings
  69. #
  70. #
  71. # Speed modem <-> computer
  72. #
  73.  Baud            38400 bps
  74.  
  75. # Serial device name/unit
  76. #
  77.  ModemDevice        serial.device
  78.  ModemUnit        0
  79.  
  80. # Time how long EazyBBS drops DTR so that modem hangs up
  81. # (in tenths of second)
  82. #
  83.  HangupTime        20 (tenths of a second)
  84.  
  85. # After how many Rings EazyBBS goes on-hook
  86. # (see also "MB_DATA:ModemRing/*")
  87. #
  88.  RingDelay        1
  89.  
  90.  
  91.  
  92. # Various Settings
  93. #
  94. #
  95. # Extra (bonus) time for uploads:
  96. #
  97.  MessageBonus        100 %
  98.  MailBonus        0 %
  99.  UploadBonus        100 %
  100.  
  101.  
  102. # within first half of usertime...
  103. #
  104.  Download-Overdraw    100 %
  105.  
  106.  
  107. # Extra (bonus/minus) time for login time:
  108. #
  109.  TimeBonusTable        =+++++++++++++=====-----
  110.  TimeBonusPlus        20 min.
  111.  TimeBonusMinus        10 min.
  112.  
  113. #
  114. # Editor line limits:
  115. #
  116. #
  117.  MessageLines        750
  118.  MailLines        750
  119.  FileCommentLines    50
  120.  MailIntroLines        10
  121.  
  122.  
  123.  
  124. #
  125. # Graphical Rendering
  126. #
  127. #
  128. # Intuition font name and size
  129. # (menu, screen/window title)
  130. #
  131.  IntuiFontName        helvetica.font
  132.  IntuiFontSize        13
  133.  
  134. # Text font name and size
  135. #
  136.  TextFontName        topaz-classic.font
  137.  TextFontSize        8
  138.  
  139.  
  140. # Colors
  141. # (rgb_number = 256*red + 16*green + blue)
  142. # background, foreground (pen) and two additional colors
  143. # RGB_Color1        273
  144. # RGB_Color2        3839
  145. # RGB_Color3        2184
  146. # RGB_Color4        1102
  147.  
  148. # original OS 2.0 colors
  149. # RGB_Color1        2730
  150. # RGB_Color2        0
  151. # RGB_Color3        4095
  152. # RGB_Color4        2950
  153.  
  154. # OS 2.0 colors (slightly modified)
  155. #
  156.  RGB_Color1        3258
  157.  RGB_Color2        0
  158.  RGB_Color3        4095
  159.  RGB_Color4        2916
  160.  
  161.  
  162.  
  163. #
  164. # Screen and Window Dimensions
  165. #
  166. #
  167. # PosX/PosY/Width/Height of EazyBBS screen
  168. #
  169.  ScreenPosX        0
  170.  ScreenPosY        0
  171.  ScreenWidth        0 (pixel) -- IGNORED, screen always 80 chars wide
  172.  ScreenHeight        400 (pixel)
  173. # ScreenHeight        600
  174.  
  175. # Screen mode for EazyBBS screen, like in "ScreenMode" prefs program
  176. # (use "Workbench" for cloning Workbench's screen mode)
  177. #
  178. # ScreenMode        "NTSC:High Res Laced"
  179.  ScreenMode        Workbench
  180. # ScreenMode        "PICASSO:800x600"
  181.  
  182. # Open screen after start of EazyBBS  [on/off]
  183. # (keep in mind: console output slows down your system!)
  184. #
  185.  ScreenOpen        on
  186.  
  187. # Draw window border on EazyBBS screen  [on/off]
  188. # (does not affect EazyBBS windows)
  189. #
  190.  WindowBorder        off
  191.  
  192. # Extra space (in pixels) between border (window/screen) and text.
  193. #
  194.  SpaceBorder        1
  195.  
  196. # Extra space (in pixels) between titlebar (window/screen) and text.
  197. # Don't forget, that "SpaceBorder" is added to this value.
  198. #
  199.  SpaceTitle        2
  200.  
  201. # Position and size of iconified EazyBBS window (on Default Public Screen)
  202. # WindowPosX        704
  203. # WindowPosY        18
  204. # WindowWidth        640
  205. # WindowHeight        400    (not used yet)
  206.  WindowPosX        0
  207.  WindowPosY        0
  208.  WindowWidth        420
  209.  WindowHeight        400    (not used yet)
  210.  
  211. # Open window on this public screen, if not found open own screen
  212. #
  213.  PubScreen        2Workbench
  214.  
  215. # Editor when editing texts from console,
  216. # %s is placeholder for textfile -- if not present filename is appended
  217. # (use "builtin" for EazyBBS' internal editor)
  218. #
  219. # ConsoleEditor        builtin  (use internal editor)
  220.  ConsoleEditor        "Ed %s -sticky"
  221.  
  222. # read the dox!
  223.  
  224.